Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.Exchangeable Namespace / IExtensionCollection<T> Interface
The type of the extension objects.
Members


IExtensionCollection<T> Interface
A collection of the IExtension<T> objects that allow for retrieving the IExtension<T> by its type.
Syntax
'Declaration
 
Public Interface IExtensionCollection(Of T As IExtensibleObject(Of T)) 
 
'Usage
 
Dim instance As IExtensionCollection(Of T)
Type Parameters
T
The type of the extension objects.
See Also